home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / orbitrax.swf / scripts / frame_9 / DoAction.as
Text File  |  2010-11-09  |  175b  |  9 lines

  1. function setGameTypeFct()
  2. {
  3.    gameType = "multiPlayer";
  4.    ssUserLogin = userName;
  5.    carNbr = dudeNbr = carChoice;
  6.    main.gotoAndStop("reInit");
  7. }
  8. delete pisteNbr;
  9.